Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Jun 10, 2024
1 parent 9725387 commit bc11330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl Vars {
/// ```
/// use loco_rs::task::Vars;
///
/// let params = vec![("key1".to_string(), "value".to_string())];
/// let args = vec![("key1".to_string(), "value".to_string())];
/// let vars = Vars::from_cli_args(args);
///
/// assert!(vars.cli_arg("key1").is_ok());
Expand Down

0 comments on commit bc11330

Please sign in to comment.