blob: 6a29ef381d492bb89d2e49db7636ca728325addc (
plain) (
blame)
1
2
3
4
5
6
7
|
// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
package config // import "miniflux.app/v2/internal/config"
// Opts holds parsed configuration options.
var Opts *Options
|