Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj authored May 13, 2024
1 parent c9ea9ec commit d28ba95
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,12 @@ Symlink the Plano library into your `python` directory:
Copy the `plano` command into the root of your project:

cp external/plano/bin/plano plano

## Extending an existing command

~~~ python
@command(parent=blammo)
def blammo(*args, **kwargs):
parent(*args, **kwargs)
# Do child stuff
~~~

0 comments on commit d28ba95

Please sign in to comment.