Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thor314/cli-play
https://github.com/thor314/cli-play
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thor314/cli-play
- Owner: thor314
- Created: 2024-02-03T22:16:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T23:43:06.000Z (9 months ago)
- Last Synced: 2024-02-04T23:23:52.826Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cli-play
where to test new cli tooling experiments. Demos:
- my cli generation tolo
- trycmd## trycmd test
expected usage:
```console
$ cli-play
hello thor```
This will be ignored, since it uses the wrong name:
```console
$ other-name
Hello World!
```