marlof / ScORCH

DevOps Orchestration for Obrar deploy and Ansible playbooks
http://www.autoscorch.com
Apache License 2.0
5 stars 1 forks source link

Ensure COLUMNS is exported to os environment for showJobs #189

Closed marlof closed 9 months ago

marlof commented 9 months ago

Make sure " export COLUMNS " is available for showJobs

marlof commented 9 months ago

Need to update showJobs to use os.get_terminal_size().columns

this doesnt work as the sizes of the screen are not available as showJobs is run as a subshell