rust/rhg/src/commands.rs
changeset 45049 513b3ef277a3
parent 44982 bacf6c7ef01b
child 45361 47997afadf08
equal deleted inserted replaced
45046:dd3050227a84 45049:513b3ef277a3
       
     1 pub mod root;
     1 use crate::error::CommandError;
     2 use crate::error::CommandError;
     2 
     3 
     3 /// The common trait for rhg commands
     4 /// The common trait for rhg commands
     4 ///
     5 ///
     5 /// Normalize the interface of the commands provided by rhg
     6 /// Normalize the interface of the commands provided by rhg