citadel.nodes.root module¶
-
class
citadel.nodes.root.Root(yml, path=[], environment=None)[source]¶ Synopsis: Append a small bash header for all citadel scripts. Requirements: None Platform: Any This module will be injected by default and requires no explicit usage to actually work. It prepends common options to all citadel scripts:
1 2 3 4
#!/usr/bin/env bash set -eu set -x