mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
docs: more clearer explanation
This commit is contained in:
parent
a5b633a98d
commit
a0f30d19ef
|
@ -15,7 +15,7 @@ pub struct Args {
|
||||||
|
|
||||||
#[derive(Subcommand, Debug)]
|
#[derive(Subcommand, Debug)]
|
||||||
pub enum Options {
|
pub enum Options {
|
||||||
#[clap(about = "Compile a file.")]
|
#[clap(about = "Compile an input file.")]
|
||||||
Compile {
|
Compile {
|
||||||
/// The input file to compile.
|
/// The input file to compile.
|
||||||
#[clap(parse(from_os_str))]
|
#[clap(parse(from_os_str))]
|
||||||
|
|
Loading…
Reference in a new issue