Have cfviz-dmb (the Rust program) accept the name of an input json file as a command-line argument

Issue #1 resolved
Botond Ballo repo owner created an issue

The cfviz-dmb Rust program currently operates on hardcoded json inputs. It should accept the name of an input file as a command-line argument and operate on that.

Comments (1)

  1. Botond Ballo reporter

    cfviz-dmb: accept the name of an input JSON file as an optional positional command-line parameter (fixes #1)

    Uses the 'clap' crate for command-line argument parsing.

    → <<cset f2fb905f4df5>>

  2. Log in to comment