Skip to content

Commit

Permalink
add initial sphere script as a cli option (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesagraham authored May 17, 2024
1 parent 6860f90 commit 49ca1b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ttmask/sphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import napari
import typer

typer.main.get_command_name = lambda name: name

@cli.command(name='sphere')
def sphere(
boxsize: int = typer.Option(...),
Expand Down

0 comments on commit 49ca1b0

Please sign in to comment.