parse_args

Function parse_args 

Source
pub fn parse_args() -> (Vec<bool>, Vec<String>)
Expand description

Parse the language server’s command line arguments. Sets up logging based on the arguments, panics if log level or log file are invalid. As of this writing it returns only the --suppress-tokens status in parse_args().0[0].