Skip to content

Commit

Permalink
fix: example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-zishan committed Dec 28, 2023
1 parent e3ed6e5 commit 3efcff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ program
Example:
$ csm-kit -s hello.py
$ csm-kit -ls
$ csm-kit -o hello.py
$ csm-kit -o hello_py
$ csm-kit -d 1
`,
)
.parse(process.argv);
Expand Down

0 comments on commit 3efcff9

Please sign in to comment.