Categorygithub.com/bedrock-gophers/console
repositorypackage
0.1.1
Repository: https://github.com/bedrock-gophers/console.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Console

Console is a library designed for Dragonfly servers, enabling the use of commands through command-line

Getting Started

To enable Console for your Dragonfly server, follow these simple steps:

  • Enable the console with the initialized Logger instance.
        console.Enable(slog.Default())