Skip to content

Commit

Permalink
Added NAME sections to all man pages (closes #21).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 5, 2023
1 parent 3472b58 commit b22d0d6
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions man/ronin-repos-install.1.md
@@ -1,5 +1,9 @@
# ronin-repos-install 1 "2023-02-01" Ronin Repos "User Manuals"

## NAME

ronin-repos-install - Installs a git repository into the cache directory

## SYNOPSIS

`ronin-repos install` [*options*] *URI*
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-repos-list.1.md
@@ -1,5 +1,9 @@
# ronin-repos-list 1 "2023-02-01" Ronin Repos "User Manuals"

## NAME

ronin-repos-list - Lists all repositories in the cache directory

## SYNOPSIS

`ronin-repos list` [*options*] [*NAME*]
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-repos-new.1.md
@@ -1,5 +1,9 @@
# ronin-repos-new 1 "2023-02-01" Ronin Repos "User Manuals"

## NAME

ronin-repos-new - Creates a new git repository

## SYNOPSIS

`ronin-repos new` [*options*] *PATH*
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-repos-purge.1.md
@@ -1,5 +1,9 @@
# ronin-repos-purge 1 "2023-02-01" Ronin Repos "User Manuals"

## NAME

ronin-repos-purge - Removes all git repository from the cache directory

## SYNOPSIS

`ronin-repos purge` [*options*]
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-repos-remove.1.md
@@ -1,5 +1,9 @@
# ronin-repos-remove 1 "2023-02-01" Ronin Repos "User Manuals"

## NAME

ronin-repos-remove - Deletes a repository from the cache directory

## SYNOPSIS

`ronin-repos remove` [*options*] *REPO*
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-repos-show.1.md
@@ -1,5 +1,9 @@
# ronin-repos-show 1 "2023-02-01" Ronin Repos "User Manuals"

## NAME

ronin-repos-show - Prints information about a repository in the cache directory

## SYNOPSIS

`ronin-repos show` [*options*] *NAME*
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-repos-update.1.md
@@ -1,5 +1,9 @@
# ronin-repos-update 1 "2023-02-01" Ronin Repos "User Manuals"

## NAME

ronin-repos-update - Updates all or one repository from the cache directory

## SYNOPSIS

`ronin-repos update` [*options*] [*REPO*]
Expand Down
6 changes: 5 additions & 1 deletion man/ronin-repos.1.md
@@ -1,5 +1,9 @@
# ronin-repos 1 "2023-02-01" Ronin Repos "User Manuals"

## NAME

ronin-repos - manages third-party git repository for ronin.

## SYNOPSIS

`ronin-repos` [*options*] [*COMMAND*]
Expand Down Expand Up @@ -34,4 +38,4 @@ Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

[ronin-repos-install](ronin-repos-install.1.md) [ronin-repos-list](ronin-repos-list.1.md) [ronin-repos-remove](ronin-repos-remove.1.md) [ronin-repos-update](ronin-repos-update.1.md) [ronin-repos-purge](ronin-repos-purge.1.md)
[ronin-repos-install](ronin-repos-install.1.md) [ronin-repos-list](ronin-repos-list.1.md) [ronin-repos-remove](ronin-repos-remove.1.md) [ronin-repos-update](ronin-repos-update.1.md) [ronin-repos-purge](ronin-repos-purge.1.md)

0 comments on commit b22d0d6

Please sign in to comment.