We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0a25a commit 4c44179Copy full SHA for 4c44179
README.md
@@ -63,15 +63,26 @@ csm-kit -l
63
## Command Line Interface
64
65
```bash
66
-#help command
+# help command
67
csm-kit -h
68
69
-#save a new snippet
+# save a new snippet
70
csm-kit -s <filepath>
71
72
-#example:
+# example:
73
74
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
86
```
87
88
0 commit comments