Patch release fixing verb commands that called Typer handlers directly and leaked unset option defaults.
Fixed
nlm list artifactsandnlm status artifactsraisedTypeErrorbecauselimitarrived as a TyperOptionInfoinstead of a number.nlm create notebookalways printed JSON, andnlm set aliasskipped type detection, for the same reason. The URL and text add verbs now pass their unused defaults explicitly too (#333).
Verification
nlm list artifactsandnlm status artifactsreach the status service without aTypeError.nlm studio statuswas already fine.- Full suite, excluding the e2e marker: 1,624 passed, 38 skipped. Ruff lint and formatting clean.
Thanks to @hkrathore for the traceback and the call-site diagnosis.