Open RagingTiger opened 1 year ago
Possible CLI design:
location
str
nomad search location
--radius/-r
100 km
nomad search -r 500 location
--boundary/-b
None
nomad search -b country location
Possible CLI design:
location
: required positional argument (typestr
)--radius/-r
: for defining the search radius (default100 km
)--boundary/-b
: for defining the boundary to not cross (defaultNone
)