使用以下代码,我可以按以下方式执行
@Autowired
private Entity entity;
//... getters and setters
但我不想反驳python example.py create path /root/bin/.
和create
,
path
当我使用--create创建subparser时,它将作为可选参数而不是位置参数。如何使用前导双减号进行位置参数?我希望path应该是create
的subparser我的代码应按以下方式执行
python example.py --create --path /root/bin.
python example --create --path /root/bin