Skip to content

Commit

Permalink
Add documentation string
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed Aug 28, 2023
1 parent 1bea21c commit db3cd67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/commands/command-hack-distribution.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;;; command-hack-distribution.lisp --- Checkout distributions into a workspace.
;;;;
;;;; Copyright (C) 2017, 2018, 2019 Jan Moringen
;;;; Copyright (C) 2017-2022 Jan Moringen
;;;;
;;;; Author: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>

Expand All @@ -12,7 +12,9 @@
((bare? :initarg :bare?
:type boolean
:reader bare?
:initform nil))
:initform nil
:documentation
"Create \"bare\" repositories when supported."))
(:documentation
"Make distribution(s) available for development in local workspaces."))

Expand Down

0 comments on commit db3cd67

Please sign in to comment.