pub trait ArgumentMarkerDefaultImpl { }
Expand description

Default argument marker trait.

Any command argument type implementing this trait will automatically implement BuildExecute and BuildPropagate.

Implementors