Skip to content

Commit

Permalink
Add missing parameter description (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1thas committed Oct 5, 2023
1 parent 6e485c9 commit 1bcb5d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fire/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ def Fire(component=None, command=None, name=None, serialize=None):
a string or a list of strings; a list of strings is preferred.
name: Optional. The name of the command as entered at the command line.
Used in interactive mode and for generating the completion script.
serialize: Optional. If supplied, all objects are serialized to text via
the provided callable.
Returns:
The result of executing the Fire command. Execution begins with the initial
target component. The component is updated by using the command arguments
Expand Down

0 comments on commit 1bcb5d1

Please sign in to comment.