We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498d052 commit 284b6b3Copy full SHA for 284b6b3
1 file changed
pysqlrecon/modules/clr.py
@@ -17,8 +17,8 @@
17
@app.callback(invoke_without_command=True)
18
def main(
19
ctx: typer.Context,
20
- dll: Path = typer.Option(None, "--dll", dir_okay=False, readable=True, help=".NET DLL to load into stored procedure"),
21
- function: str = typer.Option(None, "--function", help="Function within .NET DLL to execute")):
+ dll: Path = typer.Option(..., "--dll", dir_okay=False, readable=True, help=".NET DLL to load into stored procedure"),
+ function: str = typer.Option(..., "--function", help="Function within .NET DLL to execute")):
22
23
pysqlrecon: PySqlRecon = ctx.obj['pysqlrecon']
24
0 commit comments