We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1ba37 commit c392b8cCopy full SHA for c392b8c
src/main.rs
@@ -32,9 +32,9 @@ enum Command {
32
/// file path to configuration
33
config_file: std::path::PathBuf,
34
},
35
- /// retrieve a balloon prediction from the given API
+ /// retrieve a balloon prediction from the given API - negative values must be preceded with a `-- `, i.e. `-- -79`
36
Predict {
37
- /// start time
+ /// start time i.e. `2023-08-16T10:00:00`
38
time: chrono::NaiveDateTime,
39
/// start longitude
40
longitude: f64,
0 commit comments