Skip to content

Commit 3efcff9

Browse files
committed
fix: example commands
1 parent e3ed6e5 commit 3efcff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ program
3333
Example:
3434
$ csm-kit -s hello.py
3535
$ csm-kit -ls
36-
$ csm-kit -o hello.py
36+
$ csm-kit -o hello_py
37+
$ csm-kit -d 1
3738
`,
3839
)
3940
.parse(process.argv);

0 commit comments

Comments
 (0)