wiki

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package wiki provides wiki commands for GitScrum CLI

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdWiki

func NewCmdWiki(f *factory.Factory) *cobra.Command

NewCmdWiki creates the wiki command group

func NewCmdWikiCreate

func NewCmdWikiCreate(f *factory.Factory) *cobra.Command

NewCmdWikiCreate creates a wiki page

func NewCmdWikiEdit

func NewCmdWikiEdit(f *factory.Factory) *cobra.Command

NewCmdWikiEdit edits a wiki page

func NewCmdWikiSearch

func NewCmdWikiSearch(f *factory.Factory) *cobra.Command

NewCmdWikiSearch searches wiki pages

func NewCmdWikiView

func NewCmdWikiView(f *factory.Factory) *cobra.Command

NewCmdWikiView views a wiki page

Types

type Page

type Page struct {
	UUID     string `json:"uuid"`
	Slug     string `json:"slug"`
	Title    string `json:"title"`
	Page     string `json:"page"`
	Children []Page `json:"children,omitempty"`
}

Page represents a wiki page (matches WikiResource.php)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL