Skip to content

Commit

Permalink
docs: Remove function link
Browse files Browse the repository at this point in the history
* Don't link to `optparse::parse_args()` so we don't need
  to add it to `Suggests`
  • Loading branch information
trevorld committed Oct 1, 2023
1 parent 7f3d3ed commit 74be81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/getopt.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#' Some features implemented in `optparse` package unavailable in `getopt`
#'
#' 1. Limited support for capturing positional arguments after the optional arguments
#' when `positional_arguments` set to `TRUE` in [optparse::parse_args()]
#' when `positional_arguments` set to `TRUE` in `optparse::parse_args()`
#'
#' 2. Automatic generation of an help option and printing of help text when encounters an `-h`
#'
Expand Down
2 changes: 1 addition & 1 deletion man/getopt.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74be81d

Please sign in to comment.