Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" RootCmd = &cobra.Command{ Version: Version, Use: "clilol", Short: "a CLI for omg.lol", Long: `This is clilol, a CLI for omg.lol. Full documentation is available at https://clilol.readthedocs.io`, } )
Functions ¶
Types ¶
type Theme ¶ added in v0.9.0
type Theme struct {
ID string `json:"id"`
Name string `json:"name"`
Created string `json:"created"`
Updated string `json:"updated"`
Author string `json:"author"`
AuthorURL string `json:"author_url"`
Version string `json:"version"`
License string `json:"license"`
Description string `json:"description"`
PreviewCSS string `json:"preview_css"`
SampleProfile string `json:"sample_profile"`
ThemeColor string `json:"theme-color"`
}
Source Files
¶
- completion.go
- create.go
- create_dns.go
- create_paste.go
- create_picture.go
- create_purl.go
- create_status.go
- create_weblog.go
- delete.go
- delete_account.go
- delete_account_session.go
- delete_dns.go
- delete_paste.go
- delete_picture.go
- delete_purl.go
- delete_status.go
- delete_weblog.go
- get.go
- get_account.go
- get_account_info.go
- get_account_name.go
- get_account_settings.go
- get_address.go
- get_address_availability.go
- get_address_expiration.go
- get_address_info.go
- get_dns.go
- get_email.go
- get_now.go
- get_paste.go
- get_purl.go
- get_service.go
- get_status.go
- get_statusBio.go
- get_theme.go
- get_theme_preview.go
- get_web.go
- get_weblog.go
- get_weblog_config.go
- get_weblog_latest.go
- get_weblog_template.go
- list.go
- list_account.go
- list_account_addresses.go
- list_account_sessions.go
- list_directory.go
- list_dns.go
- list_now.go
- list_paste.go
- list_picture.go
- list_purl.go
- list_status.go
- list_statuslog.go
- list_theme.go
- list_weblog.go
- markdownDoc.go
- root.go
- update.go
- update_account.go
- update_account_name.go
- update_account_settings.go
- update_dns.go
- update_email.go
- update_now.go
- update_preference.go
- update_status.go
- update_statusBio.go
- update_web.go
- update_web_pfp.go
- update_weblog.go
- update_weblog_config.go
- update_weblog_template.go
Click to show internal directories.
Click to hide internal directories.