aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-07-14 13:58:11 +0100
committerAkshay <[email protected]>2024-07-14 14:00:55 +0100
commit58b651418ee59eb576595718439352f244b23ddc (patch)
tree0b0a5c095f52b4307450f7cbc570c3b7c5c49fa4 /src
parent9ad06d721c1e481c82b4f43df819d76e35757282 (diff)
add readme
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index ed024fc..8f63ca2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,7 @@
1/// tree-based source processor 1/// tree-based source processor
2#[derive(argh::FromArgs)] 2#[derive(argh::FromArgs)]
3struct Cli { 3struct Cli {
4 /// read the TBSP program source from a file 4 /// read the tbsp program source from a file
5 #[argh(option, short = 'f')] 5 #[argh(option, short = 'f')]
6 program_file: std::path::PathBuf, 6 program_file: std::path::PathBuf,
7 7