recline

Contents:

  • Before getting started
  • Quickstart
  • Input and Output
  • Command Help and Man Pages
  • Tab Completion
  • Shell Behavior
  • Async Commands
  • Things To Do
  • API Reference
    • recline package
      • Subpackages
        • recline.arg_types package
        • recline.commands package
        • recline.formatters package
        • recline.repl package
      • Module contents
recline
  • API Reference
  • recline package
  • recline.commands package
  • View page source

recline.commands package

Submodules

  • recline.commands.async_command module
    • AsyncCommand
      • AsyncCommand.background()
      • AsyncCommand.foreground()
      • AsyncCommand.run()
      • AsyncCommand.stop()
    • CommandBackgrounded
    • CommandCancelled
    • set_terminal_echo()
  • recline.commands.builtin_commands module
    • DebugInterrupt
    • command_help()
    • debug()
    • exit_command()
    • fg()
    • man()
    • man_commands()
  • recline.commands.cli_command module
    • CLICommand
      • CLICommand.get_arg_action()
      • CLICommand.get_arg_description()
      • CLICommand.get_arg_help()
      • CLICommand.get_arg_metavar()
      • CLICommand.get_command_help()
      • CLICommand.get_command_usage()
      • CLICommand.hidden
      • CLICommand.print_help()
    • command()
    • get_annotation_type()
  • recline.commands.man_utils module
    • generate_help_text()
    • wrapped_string()

Module contents

Original © NetApp 2024

This package contains the base command class and the builtin command for all recline-based applications to use.

exception recline.commands.ReclineCommandError

Bases: Exception

If there is an error while executing a command, this exception should be raised an an error will be printed to the console.

Previous Next

© Copyright 2025, NetApp.

Built with Sphinx using a theme provided by Read the Docs.