update todos

This commit is contained in:
Chakib Ben Ziane 2019-02-26 19:42:56 +01:00
parent 023f99dfb1
commit 76762961e9
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,4 @@
//TODO: add cli options to set/get options
package cmd
import (

View File

@ -58,8 +58,6 @@ func HasPref(path string, name string) (bool, error) {
return false, nil
}
//TODO: Pass profile name and use standard `prefs.js` file name in base
// directory of profile
func GetPrefBool(path string, name string) (bool, error) {
val, err := FindPref(path, name)