Skip to content

Commit

Permalink
Create cli.py
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Hernandez <mariofix@proton.me>
  • Loading branch information
mariofix authored Sep 10, 2024
1 parent fe353ce commit c77e36a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions merchants/cli.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import argparse

parser = argparse.ArgumentParser()
parser.add_argument("integrations")
args = parser.parse_args()
# args.integrations

0 comments on commit c77e36a

Please sign in to comment.