#include <posix/app/chilictl/list/List.hpp>
◆ List()
◆ Process()
  
  
      
        
          | ca_error ca::List::Process  | 
          ( | 
          int  | 
          argc,  | 
         
        
           | 
           | 
          const char *  | 
          argv[]  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
Run the command, processing the arguments passed in argv. 
Argv contains the arguments that followed the command name, including the command name as arg0.
- Parameters
 - 
  
    | argc | Argument Count  | 
    | argv | Argument Vector (of length argc)  | 
  
   
- Returns
 - ca_error value 
 
- Return values
 - 
  
    | CA_ERROR_SUCCESS | Successful processing  | 
    | CA_ERROR_INVALID_ARGS | Invalid arguments passed to function  | 
  
   
Reimplemented from ca::Command.
 
 
The documentation for this class was generated from the following files: