> pi ip edit -h
Usage: pi ip edit [-h] [--template TEMPLATE] identifier
Description: Edit an existing IP. The command puts the IP specification into a
temporary file and invokes the editor specified by the EDITOR environment
variable. Saving the file edits the IP.
Positional arguments:
identifier The name of the IP being edited.
Optional arguments:
--template TEMPLATE, -t TEMPLATE
Use the specified template to edit the IP. The
template is an ASCII file that defines the IP. This
can be used to edit IP with a script and avoid the
interactive editor. To read the template from STDIN,
set TEMPLATE='-'.
-h, --help Show this help message and exit
Examples:
# Invoke the editor to modify IP mmu.
pi ip edit mmu
# Modify IP mmu using the mmu.info template.
pi ip edit -t mmu.info mmu
# Modify IP mmu using redirected STDOUT from script edit_ip.py as template.
edit_ip.py | pi ip edit -t - mmu
More information and documentation available at:
https://help.perforce.com/methodics/
Copyright © 2010-2024 Perforce, Inc.