pestifer.subcommands.wheretcl module¶
The wheretcl subcommand. Exposes true locations of various TcL resources in the pestifer installation, useful for custom VMD scripts.
- class pestifer.subcommands.wheretcl.WhereTCLSubcommand(name: str = 'wheretcl', aliases: list = <factory>, log_file: str = 'pestifer_diagnostics.log', short_help: str = 'provides path of TcL scripts for sourcing in interactive VMD', long_help: str = 'Display the path of TcL scripts for sourcing in interactive VMD.', func_returns_type: type = <class 'bool'>, parser: argparse.ArgumentParser = None)[source]¶
Bases:
Subcommand- add_subparser(subparsers)[source]¶
Adds the subcommand parser to the given subparsers. Subclasses declare arguments here, after a super().add_subparser() call.