Closed dkriegner closed 1 year ago
I agree
I imagine that one should reach the point where the main script only reads the input parameters and later on calls a function with parameters from the command-line or otherwise input. I guess the very same function will then be useful for the GUI (#9 )
Is argparse good?
hi, yes argparse is good. if there is something in the python standard library which does the job its usually a good idea to use it
On Sat, Nov 4, 2023 at 10:43 PM Jiří Zelenka @.***> wrote:
Is argparse good?
— Reply to this email directly, view it on GitHub https://github.com/dkriegner/micro-flakes/issues/7#issuecomment-1793562025, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKZJFLZGDZ4DXN6RYYAIE3YC2ZGRAVCNFSM6AAAAAA63D2PR2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJTGU3DEMBSGU . You are receiving this because you authored the thread.Message ID: @.***>
input parameters which need to be inserted by the users should be also possible to be set via command line parameters