MCPcopy Create free account
hub / github.com/Tyaoo/picker / argument

Function argument

yarb.py:291–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289
290
291def argument():
292 parser = argparse.ArgumentParser()
293 parser.add_argument('--update', help='Update RSS config file', action='store_true', required=False)
294 parser.add_argument('--config', help='Use specified config file', type=str, required=False)
295 parser.add_argument('--test', help='Test bot', action='store_true', required=False)
296 parser.add_argument('--push-issue', help="update issue")
297 parser.add_argument("--update-pick", help="update pick", action='store_true')
298 parser.add_argument("--push-comment", help="update comment")
299 return parser.parse_args()
300
301
302if __name__ == '__main__':

Callers 1

yarb.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected