Function argv

Source
pub fn argv() -> &'static [Arg]
Expand description

Returns the arguments that this program was started with (normally passed via exec or ckb-debugger).

(Not to be confused with script args when used as cell lock script or type script. That has be loaded with load_script.)