Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Dec 7, 2023
1 parent 757afaf commit ae0bfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ abstract class CliktCommand(
private val autoCompleteEnvvar: String? = "",
/**
* If true, allow multiple of this command's subcommands to be called sequentially. This will
* disable `allowInterspersedArgs` on the context of this command and its descendants. This
* functionality is experimental, and may change in a future release.
* disable `allowInterspersedArgs` on the context of this command and its descendants.
*/
internal val allowMultipleSubcommands: Boolean = false,
/**
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ site_description: "Clikt: Multiplatform command line parser for Kotlin"
site_author: AJ Alt
remote_branch: gh-pages

copyright: 'Copyright © 2022 AJ Alt'
copyright: 'Copyright © 2018 AJ Alt'

theme:
name: 'material'
Expand Down

0 comments on commit ae0bfcc

Please sign in to comment.