RosettaCodeData/Task/Interactive-programming-repl-/Rust/interactive-programming-repl--1.rs

18 lines
348 B
Rust
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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