31 |
31 |
32 # 1. create the argument parser |
32 # 1. create the argument parser |
33 parser = argparse.ArgumentParser( |
33 parser = argparse.ArgumentParser( |
34 description="Stand alone variant of the eric interpreter shell." |
34 description="Stand alone variant of the eric interpreter shell." |
35 " It is part of the eric tool suite.", |
35 " It is part of the eric tool suite.", |
36 epilog="Copyright (c) 2017 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.", |
36 epilog="Copyright (c) 2017 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.", |
37 ) |
37 ) |
38 |
38 |
39 # 2. add the arguments |
39 # 2. add the arguments |
40 parser.add_argument( |
40 parser.add_argument( |
41 "-V", |
41 "-V", |