don't show envvars message when no command (#53)

This commit is contained in:
Jon Gallant 2018-03-10 14:12:10 -08:00 коммит произвёл GitHub
Родитель 3296f2fc4a
Коммит 72bf0c1b62
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ class EnvVars:
self.loaded = False
self.args = Args()
self.current_command = self.args.get_current_command()
self.terse_commands = ['azure', 'solution']
self.terse_commands = ['', 'azure', 'solution']
self.bypass_dotenv_load_commands = ['init', 'e2e']
# for some commands we don't want verbose dotenv load output