Switch command line short form to match syntax

main
Alexander Neff 2023-11-24 19:58:49 -05:00
parent 7c3e9a22da
commit e48a02d7d8
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ def main():
help="create a new workspace", help="create a new workspace",
) )
parser.add_argument( parser.add_argument(
"-ws", "-sw",
"--set-workspace", "--set-workspace",
help="set the current workspace", help="set the current workspace",
) )