public class Main
extends Object
Main class of Yang parser system test.
yang-system-test [-f features] [-h help] [-p path] [-v verbose] yangFiles...
-f,--features <arg> features is a string in the form
[feature(,feature)*] and feature is a string in the form
[($namespace?revision=$revision)$local_name].
This option is used to prune the data model by removing
all nodes that are defined with a "if-feature".
-h,--help print help message and exit.
-p,--path <arg> path is a colon (:) separated list of directories
to search for yang modules.
-r, --recursive recursive search of directories specified by -p option
-v,--verbose shows details about the results of test running.