Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jul 2, 2024
1 parent 35941a9 commit 86b48bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@
- [x] for publishing (what/how exactly? assume to upload a binary to
the github release page)
- [x] for testing an all platforms
- [ ] contributing.md (check mold)
- [ ] add tokio and async all the things
- [x] contributing.md (check mold)
- [x] add tokio and async all the things
- [ ] user documentation
- the `--help` is good for a quick and to-the-point documentation of
the cli, but there must also be something more elaborate
- this documentation should contain example runs of the cli and it's
output and this must be generated by running the examples
- bad user experience are invalid examples in the docs
- silent code blocks
- [ ] getting started guide (what to download, how to run etc)
- [ ] rename binary to `rnk`
- [ ] test on mac and windows
- [ ] check to create a mac package
- [ ] nice to have: clone a project / repo
- [ ] think better what is `pub` and what is not, thinking about
providing a rust library alongside the cli maybe
Expand Down
3 changes: 3 additions & 0 deletions src/cli/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ pub enum SubCommand {
/// options are available to all sub-commands and must appear before
/// them. Each sub command has its own set of flags/options and
/// arguments.
///
/// Repository: https://github.com/SwissDataScienceCenter/renku-cli
/// Issue tracker: https://github.com/SwissDataScienceCenter/renku-cli/issues
#[derive(Parser, Debug)]
#[command(name = "renku-cli", version)]
pub struct MainOpts {
Expand Down

0 comments on commit 86b48bf

Please sign in to comment.