Skip to content

Commit 4c44179

Browse files
authored
chore(docs): Update README.md
1 parent fc0a25a commit 4c44179

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,26 @@ csm-kit -l
6363
## Command Line Interface
6464

6565
```bash
66-
#help command
66+
# help command
6767
csm-kit -h
6868

69-
#save a new snippet
69+
# save a new snippet
7070
csm-kit -s <filepath>
7171

72-
#example:
72+
# example:
7373

7474
csm-kit -s hello.py
75+
76+
# list all snippets
77+
csm-kit -ls
78+
79+
# get a snippet by name
80+
csm-kit -o <snippet_title>
81+
82+
## format for snippet name : binary_search_in_py should be seperated by underscore like this
83+
84+
# example
85+
csm-kit -o binary_search_in_py
7586
```
7687

7788

0 commit comments

Comments
 (0)