Sha256: b770f907213d559a19f0819a8bb952d2ede82d5127fb9824449f74a6e1e7e3c6
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 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. The first word in the `<name>` will also be stored as the contact's given name, with the remainder of the string being treated as their family name. ### 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/add/index.md |