Skip to content

pages create: 알 수 없는 옵션이 에러 없이 무시됨 #2

@ygpark80

Description

@ygpark80

버그

pages create에 존재하지 않는 옵션을 전달하면 에러 없이 무시되고 제목만 생성됩니다.

notas notion pages create --parent-id <id> --title "test" --markdown "content" -w <ws>
# ✓ Page created — 에러 없음, 하지만 --markdown은 존재하지 않는 옵션이라 본문 없이 제목만 생성됨

기대 동작

알 수 없는 옵션(--markdown 등)에 대해 에러를 반환해야 함.

실제 동작

에러 없이 성공으로 처리되어, 사용자가 본문이 들어갔다고 착각하게 됨.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions