Sha256: 7d3378540332c2e2546bfdc91e396c35b67a1bad20f7f586146a211e2c774311
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
--- title: ppl add Manual Page layout: command section: documentation command: add --- ### Name ppl add - Add a new contact ### Synopsis ppl add <contact> <name> ### Description This command adds a new contact to the address book. The first parameter, `<contact>`, is an alphanumeric string used to uniquely identify the contact within the address book. The second parameter, `<name>`, is the contact's actual name. The `<contact>` parameter must not already be in use as the identifier of another contact in the address book. Ideally you'll want to pick something short and easy to type, so if you're adding a contact named "John Doe", then "john" or "jdoe" might be good choices if they aren't already in use. The `<name>` parameter should be the full name of the contact, and is identical to its namesake expected by the [ppl name](../name) command. Usually, this means it needs to be enclosed in quotation marks to indicate that all the words in the name are part of the same parameter. ### Examples ppl add jdoe "John Doe" ### See Also [ppl name](../name)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ppl-4.0.3 | gh-pages/documentation/commands/age/add/index.md |