Skip to content

Commit

Permalink
fix #82 add url optional field to submit command
Browse files Browse the repository at this point in the history
  • Loading branch information
searleser97 committed Feb 21, 2023
1 parent 94c2933 commit 436d63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ yargs
(argv) => login(argv as unknown as ICommandLoginArgs)
)
.command(
["submit <filePath>", "s"],
["submit <filePath> [url]", "s"],
descriptions.submit,
(new_yargs) => {
new_yargs
Expand Down

0 comments on commit 436d63d

Please sign in to comment.