Hi i was playing with facts framework to make it work with other command line options like --async and --delegation. In my previous post i show that they work with "facts" nicely but separated. I tried something like that : [root@fedorabig func]# func "*" call --async --delegate service status httpd Async error 2 0 And got Async error i thought it is an error of facts something i have broken. But after that i tried it with git version of certmaster and git version of func and result was same : [root@fedorabig func]# func "*" call --async --delegate service status httpd Async error 2 0 Both works good separated here : [root@fedorabig func]# func "*" call --delegate service status httpd {'laptop': 0, 'virtual': 3} [root@fedorabig func]# func "*" call --async service status httpd ('laptop', 0) Feature or bug ? Any ideas ... _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list