pull/33/head
msramalho 2022-06-03 19:40:26 +02:00
rodzic e2d1a5d6be
commit e32c0788b7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -24,8 +24,7 @@ class Config:
Usage: Usage:
c = Config() # initializes the argument parser c = Config() # initializes the argument parser
c.parse() # parses the values and initializes the Services and API clients c.parse() # parses the values and initializes the Services and API clients
# you can then access the Services and APIs like # you can then access the Services and APIs like 'c.s3_config'
c.s3_config
All the configurations available as cmd line options, when included, will All the configurations available as cmd line options, when included, will
override the configurations in the config.json file. override the configurations in the config.json file.
Configurations are split between: Configurations are split between: