sapling/eden/scm/lib/cliparser
Durham Goode 789d2c24fb cliparser: add support for Option<String> types
Summary:
Previously we had no way of specifying an optional string flag. This
adds support.

I considered making the implementation more generic, so it'd support
Option<i64> and potentially Option<bool> but it introduced some complexity and
didn't seem worth the effort for now.

Reviewed By: quark-zju

Differential Revision: D22535511

fbshipit-source-id: 04d7b5419ca7ae44a9aeff1a5cea2c3043d80042
2020-07-15 01:14:30 -07:00
..
src cliparser: add support for Option<String> types 2020-07-15 01:14:30 -07:00
Cargo.toml Update cpython to 0.5 2020-04-28 11:47:41 -07:00