mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-25 20:21:44 +02:00
cli: Updated help text to say that lines in input files should end with a semicolon
This commit is contained in:
parent
6d476a71f2
commit
cda0b29ed2
@ -16,7 +16,7 @@ fn main() {
|
|||||||
.action(default_action)
|
.action(default_action)
|
||||||
.flag(
|
.flag(
|
||||||
Flag::new("input-file", FlagType::String)
|
Flag::new("input-file", FlagType::String)
|
||||||
.description("Load a file with predefined variables and functions")
|
.description("Load a file with predefined variables and functions. End lines with a semicolon.")
|
||||||
.alias("i"),
|
.alias("i"),
|
||||||
)
|
)
|
||||||
.flag(
|
.flag(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user