src
Package for emulating bash
Submodules:
- cmd_types: Definition of types
- decorators: Definition of decorators
- extra: Extra helpers
- plugins: Definition of plugins with commands that will be automatically loaded when running emulator
- command_line_session: Definition of CommandLineSession class. Command IO handled here
- constants: Constants
- main: Entry point for application
1""" 2Package for emulating bash 3 4Submodules: 5 - cmd_types: Definition of types 6 - decorators: Definition of decorators 7 - extra: Extra helpers 8 - plugins: Definition of plugins with commands that will be automatically loaded when running emulator 9 - command_line_session: Definition of CommandLineSession class. Command IO handled here 10 - constants: Constants 11 - main: Entry point for application 12"""