File: cmdline.go

package info (click to toggle)
receptor 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,772 kB
  • sloc: python: 1,643; makefile: 305; sh: 174
file content (8 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
package services

import "github.com/ghjm/cmdline"

var servicesSection = &cmdline.ConfigSection{
	Description: "Commands to configure services that run on top of the Receptor mesh:",
	Order:       20,
}