Display Usage Information for NeoMutt. More...
#include "config.h"#include <stdbool.h>#include <stdio.h>#include "mutt/lib.h"#include "cli/lib.h"#include "version.h"
Include dependency graph for usage.c:Go to the source code of this file.
Functions | |
| static void | print_header (const char *section, const char *desc, bool use_color) |
| Print a section header. | |
| static void | show_cli_overview (bool use_color) |
| Display NeoMutt command line. | |
| static void | show_cli_shared (bool use_color) |
| Show Command Line Help for Shared. | |
| static void | show_cli_help (bool use_color) |
| Show Command Line Help for Help. | |
| static void | show_cli_info (bool use_color) |
| Show Command Line Help for Info. | |
| static void | show_cli_send (bool use_color) |
| Show Command Line Help for Send. | |
| static void | show_cli_tui (bool use_color) |
| Show Command Line Help for Tui. | |
| void | show_cli (enum HelpMode mode, bool use_color) |
| Show Instructions on how to run NeoMutt. | |
Display Usage Information for NeoMutt.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file usage.c.
|
static |
Print a section header.
| section | Help section |
| desc | Description |
| use_color | Highlight parts of the text |
Definition at line 42 of file usage.c.
Here is the caller graph for this function:
|
static |
Display NeoMutt command line.
| use_color | Highlight parts of the text |
Definition at line 54 of file usage.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Show Command Line Help for Shared.
| use_color | Highlight parts of the text |
Definition at line 124 of file usage.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Show Command Line Help for Help.
| use_color | Highlight parts of the text |
Definition at line 180 of file usage.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Show Command Line Help for Info.
| use_color | Highlight parts of the text |
Definition at line 207 of file usage.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Show Command Line Help for Send.
| use_color | Highlight parts of the text |
Definition at line 246 of file usage.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Show Command Line Help for Tui.
| use_color | Highlight parts of the text |
Definition at line 290 of file usage.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void show_cli | ( | enum HelpMode | mode, |
| bool | use_color ) |
Show Instructions on how to run NeoMutt.
| mode | Details, e.g. HM_SHARED |
| use_color | Highlight parts of the text |
Definition at line 332 of file usage.c.
Here is the call graph for this function:
Here is the caller graph for this function: