Skip to content

fix: delete command syntax incompatible with tabcmd Classic #433

Description

@jacalata

Problem

tabcmd Classic syntax: tabcmd delete --workbook "WorkbookName" (flag takes the name as its value)
tabcmd 2 syntax: tabcmd delete "WorkbookName" --workbook (name is positional, --workbook/--datasource is a type-selector flag)

Any script written against tabcmd Classic will either fail with a parse error or silently do the wrong thing when run against tabcmd 2.

Expected behavior

tabcmd 2 should accept the Classic syntax --workbook NAME / --datasource NAME in addition to (or instead of) the current positional syntax, so existing scripts continue to work.

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