CLI API
The cli module provides the command-line interface for the USDA FDC client.
Main Entry Point
Command Handlers
- usda_fdc.cli.search_command(args)[source]
Handle search command.
- Parameters:
args (Namespace) –
- Return type:
None
- usda_fdc.cli.food_command(args)[source]
Handle food command.
- Parameters:
args (Namespace) –
- Return type:
None