Projects STRLCPY dum Commits 5e37d376
🤬
  • fix: show forwarded args in cli output

  • Loading...
  • EGOIST committed 2 years ago
    5e37d376
    1 parent e5869c43
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    src/lib.rs
    skipped 113 lines
    114 114   .and_then(|scripts| match scripts.get(&args.script_name) {
    115 115   Some(script) => {
    116 116   println!("> {}", args.script_name);
    117  - println!("> {}", script.as_str().unwrap());
     117 + println!("> {}{}", script.as_str().unwrap(), args.forwared);
    118 118   script.as_str().map(|script| script.to_string())
    119 119   }
    120 120   None => {
    skipped 28 lines
Please wait...
Page is in error, reload to recover