docs: add some narrative docs to explain basic concepts

still needs a lot of work i'm sure..gotta start somewhere
This commit is contained in:
Lance Edgar 2024-12-07 18:14:11 -06:00
parent ba8f57ddc1
commit b3e4e91df8
11 changed files with 522 additions and 14 deletions

View file

@ -0,0 +1,9 @@
Define Command
==============
Now that you have defined the import handler plus any importers
required, you'll want to define a command line interface to use it.
This section is here for completeness but the process is described
elsewhere; see :doc:`/narr/cli/custom`.