Skip to content

Commit

Permalink
add one more possible library to research in CLI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielgerez committed Jan 5, 2025
1 parent 0bf58bd commit 410b267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Discussion:
- What would you have to do if you wanted to add more arguments? or a new analysis?
- How would you work with the arguments in for example a slurm submit script?
````
This is not the only way to add command-line arguments to a script. We encourage you to explore other ways to do this, such as using `sys.argv` or `click`.
This is not the only way to add command-line arguments to a script. We encourage you to explore other ways to do this, such as using `sys.argv`, `doctopt` or `click`.

0 comments on commit 410b267

Please sign in to comment.