Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
name: myapp
|
||||
version: "1.0"
|
||||
author: A Rust Developer <rustme@home.com>
|
||||
about: Does awesome things
|
||||
args:
|
||||
- STRING1:
|
||||
about: First string to use
|
||||
required: true
|
||||
index: 1
|
||||
- STRING2:
|
||||
about: Second string to use
|
||||
required: true
|
||||
index: 2
|
||||
- SEPARATOR:
|
||||
about: Separtor to use
|
||||
required: true
|
||||
index: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue