FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
ns_cmd::ns_help Namespace Reference

Help system and command documentation. More...

Classes

class  HelpEntry
 

Functions

std::string help_usage ()
 
std::string bind_usage ()
 
std::string boot_usage ()
 
std::string casefold_usage ()
 
std::string desktop_usage ()
 
std::string env_usage ()
 
std::string exec_usage ()
 
std::string instance_usage ()
 
std::string layer_usage ()
 
std::string notify_usage ()
 
std::string overlay_usage ()
 
std::string perms_usage ()
 
std::string remote_usage ()
 
std::string recipe_usage ()
 
std::string root_usage ()
 
std::string unshare_usage ()
 
std::string version_usage ()
 

Detailed Description

Help system and command documentation.

Provides comprehensive help text for all FlatImage commands including usage patterns, option descriptions, and examples. Generates formatted help output for individual commands (fim-exec, fim-perms, etc.) and general FlatImage usage information.

Function Documentation

◆ bind_usage()

std::string ns_cmd::ns_help::bind_usage ( )
inline

Definition at line 92 of file help.hpp.

◆ boot_usage()

std::string ns_cmd::ns_help::boot_usage ( )
inline

Definition at line 115 of file help.hpp.

◆ casefold_usage()

std::string ns_cmd::ns_help::casefold_usage ( )
inline

Definition at line 134 of file help.hpp.

◆ desktop_usage()

std::string ns_cmd::ns_help::desktop_usage ( )
inline

Definition at line 146 of file help.hpp.

◆ env_usage()

std::string ns_cmd::ns_help::env_usage ( )
inline

Definition at line 182 of file help.hpp.

◆ exec_usage()

std::string ns_cmd::ns_help::exec_usage ( )
inline

Definition at line 210 of file help.hpp.

◆ help_usage()

std::string ns_cmd::ns_help::help_usage ( )
inline

Definition at line 79 of file help.hpp.

◆ instance_usage()

std::string ns_cmd::ns_help::instance_usage ( )
inline

Definition at line 223 of file help.hpp.

◆ layer_usage()

std::string ns_cmd::ns_help::layer_usage ( )
inline

Definition at line 241 of file help.hpp.

◆ notify_usage()

std::string ns_cmd::ns_help::notify_usage ( )
inline

Definition at line 271 of file help.hpp.

◆ overlay_usage()

std::string ns_cmd::ns_help::overlay_usage ( )
inline

Definition at line 283 of file help.hpp.

◆ perms_usage()

std::string ns_cmd::ns_help::perms_usage ( )
inline

Definition at line 301 of file help.hpp.

◆ recipe_usage()

std::string ns_cmd::ns_help::recipe_usage ( )
inline

Definition at line 345 of file help.hpp.

◆ remote_usage()

std::string ns_cmd::ns_help::remote_usage ( )
inline

Definition at line 324 of file help.hpp.

◆ root_usage()

std::string ns_cmd::ns_help::root_usage ( )
inline

Definition at line 376 of file help.hpp.

◆ unshare_usage()

std::string ns_cmd::ns_help::unshare_usage ( )
inline

Definition at line 389 of file help.hpp.

◆ version_usage()

std::string ns_cmd::ns_help::version_usage ( )
inline

Definition at line 413 of file help.hpp.