Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
api:shell [2018/03/02 10:35]
jayjader [Shell API] Period -> Comma in last `shell.parse()` example result
api:shell [2019/12/31 01:30] (current)
is2511 [Shell API] Tiny tiny fix `op` -> `ops`
Line 39: Line 39:
   # `args` is `{"​arg1",​ "​arg2"​}`   # `args` is `{"​arg1",​ "​arg2"​}`
  
-  # `op` is `{a=true,​b=true,​C=true,​d=true}`.+  # `ops` is `{a=true,​b=true,​C=true,​d=true}`.
  
   `program -abC --dog arg1 arg2`   `program -abC --dog arg1 arg2`